home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / Chip 11-96.iso / treiber / grafik / datapat / q2000 / install / qpchw.doc < prev    next >
Text File  |  1991-02-06  |  3KB  |  73 lines

  1. DATAPATH Q-PC Hardware Characteristics Driver
  2.  
  3. SUMMARY
  4. =======
  5.  
  6. QPCHW is the Datapath Q-PC hardware characteristics driver.  Its purpose
  7. is to provide a standard way for applications to find information relating
  8. to the hardware configuration of the Q-PC cards in the system.
  9.  
  10. The Datapath Q-PC Initialization program QINIT, and the Datapath Configuation 
  11. File Editor QCONFIG, inform the hardware characteristics driver of the values
  12. set in Q-PC configuration files.  The Datapath Q-PC Hardware Characteristics
  13. Driver Controller QPCHWCTL can be used to display and change the information.
  14. QPCHWCTL is useful for trouble shooting.
  15.  
  16. The following hardware characteristics are defined (their default values
  17. are given in brackets):
  18.  
  19. Q-PC board base address (0300H)
  20. Q-PC board interrupt request number (IRQ) (10)
  21. Q-PC board DMA channel (7)
  22. Q-PC board memory size X (2048)
  23. Q-PC board memory size Y (1024)
  24. Q-PC board memory fold (1024)
  25. Q-PC board memory planes (0x0f)
  26.  
  27. Currently, applications do not use the interrupt number or the DMA channel.
  28.  
  29. USAGE
  30. =====
  31.  
  32. If you change any of the hardware characteristics from their default values,
  33. you MUST install QPCHW.  This is done by running QPCHW from the autoexec.bat
  34. file when the PC boots up.
  35. eg add the line
  36.  
  37. qpchw
  38.  
  39. to your autoexec.bat file.  Note that QPCHW should be run before QINIT.
  40.  
  41. The memory sizes are very often different from the default.  (The default size
  42. is small enough to fit on most boards.) QINIT will work out the memory sizes
  43. when it initializes the Q-PC board and QPCHW.
  44.  
  45. Another characteristic that is often changed is the base address of the Q-PC
  46. board.  To change the base address you would:
  47.     1. Change the links on the board to select the required address (see the
  48.     Q-PC Manual for information on installing the hardware).
  49.     2. Install the Q-PC initialization software and configuration files
  50.     (read the file QSETUP.DOC on this disk).
  51.     3. Edit your autoexec.bat file to install QPCHW, as described above.
  52.     Reboot your computer to load QPCHW.
  53.     4. Use QCONFIG to create a new Q-PC configuration file specifying the
  54.     new board base address (read the file QINIT.DOC on this disk).
  55.     5. Initialize the Q-PC board (and QPCHW) using QINIT and the new file.
  56.  
  57. It is not necessary to install QPCHW if you use the default values for the
  58. hardware characteristics.  In view of the fact that the memory sizes are very
  59. often different from the default, it is recommended that QPCHW be installed.
  60.  
  61. SUPPORT
  62. =======
  63.  
  64. Please report any problems to 
  65. Mark Ferguson
  66. DATAPATH Ltd
  67. Alfreton Road
  68. Derby
  69. DE2 4AD
  70.  
  71. V2.00 11 July 1990
  72. V2.01 11 Jan 1991
  73.